src: remove calls to deprecated v8 functions (BooleanValue)#22075
src: remove calls to deprecated v8 functions (BooleanValue)#22075ryzokuken wants to merge 2 commits intonodejs:masterfrom
Conversation
|
@addaleax Again, I might be very wrong, but let's look into this. |
|
@ryzokuken For For For |
37d576d to
1cee224
Compare
|
ping @ryzokuken, looks like this PR needs a rebase :) |
|
@maclover7 Will do over the weekend, thanks. |
|
Ping @ryzokuken |
Remove all calls to deprecated v8 functions (here: Value::BooleanValue) inside the code (src directory only).
1cee224 to
5baed24
Compare
|
I fixed the conflicts and handled the remaining cases. |
|
Cannot approve it myself, but LG. |
|
CI is green. Can we have at least 1 LG for my additions? |
|
@addaleax pretty please? |
|
@targos Sorry, missed the pings – yes, this still LGTM :) |
Remove all calls to deprecated v8 functions (here: Value::BooleanValue) inside the code (src directory only). PR-URL: nodejs#22075 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
|
Thank you 😃 |
|
Thanks again, @targos. You're the real MVP. |
Remove all calls to deprecated v8 functions (here: Value::BooleanValue) inside the code (src directory only). PR-URL: #22075 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove all calls to deprecated v8 functions (here: Value::BooleanValue) inside the code (src directory only). PR-URL: #22075 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove all calls to deprecated v8 functions (here: Value::BooleanValue) inside the code (src directory only). PR-URL: #22075 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Remove all calls to deprecated v8 functions (here:
Value::BooleanValue) inside the code (src directory only).
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes@addaleax @hashseed a quick one.